home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 1728 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  920 b 

  1. Date: Thu, 21 Jul 94 00:18 BST-1
  2. From: rgivan@cix.compulink.co.uk (Roland Givan)
  3. Subject: Rsconf problems under MiNT 1.10h6
  4. To: mint@atari.archive.umich.edu
  5. Message-Id: <memo.716071@cix.compulink.co.uk>
  6.  
  7. Thanks to everybody who pointed me in the right direction for h6 patches.
  8. I have now successfully built a h6 MTOS kernel.
  9.  
  10. All seems to work fine except Rsconf().
  11.  
  12. I first noticed this when MODEM.CPX displayed rubbish instead of the baud
  13. rate. Removing all ACCs and AUTO programs didn't help, So I tried the
  14. following:
  15.  
  16. #include <stdio.h>
  17. #include <osbind.h>
  18.  
  19. main()
  20. {
  21.  printf("speed = %d\n",Rsconf(-2,0,0,0,0,0));
  22.  getchar();
  23. }
  24.  
  25. This was compiled under GCC 2.33 MiNT Libs PL44 (as was the kernel).
  26.  
  27. Under h6 'speed' was random (large) numbers. Under h3 and TOS 2.06 'speed'
  28. was correct.
  29.  
  30. I also tried MODEM.CPX under h6 on a TOS 1.4 machine as well. It had
  31. problems too.
  32.  
  33. Any ideas anybody?
  34.  
  35. Thanks
  36.  
  37. Roland.
  38.  
  39. @CiX
  40.  
  41.